-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[release-4.17] OCPBUGS-57293: sort zone slices extracted from map of byo subnets #9778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release-4.17] OCPBUGS-57293: sort zone slices extracted from map of byo subnets #9778
Conversation
Previously, since zones are extracted from map keys, order is not guaranteed. This can lead to an issue where master CAPI machine manifest is configured with a different subnet ID than MAPI machine manifest as they are handled separately. This commit ensures the zones are sorted by lexical order before processing CAPI/MAP machine manifests so that zones are distributed in the same order.
This version of gci supports go 1.22 standard libs.
@tthvo: This pull request references Jira Issue OCPBUGS-57293, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/cc @patrickdillon |
Unit test failure is expected and will be addressed in #9777. The other "aro-unit" failed due to an outage from /test aro-unit |
/test unit |
/jira refresh |
@tthvo: This pull request references Jira Issue OCPBUGS-57293, which is valid. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/cc @yunjiang29 @gpei |
/label cherry-pick-approved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/aprove |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jhixson74 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@tthvo: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
ad8f7ca
into
openshift:release-4.17
@tthvo: Jira Issue OCPBUGS-57293: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-57293 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
[ART PR BUILD NOTIFIER] Distgit: ose-installer-terraform-providers |
[ART PR BUILD NOTIFIER] Distgit: ose-baremetal-installer |
[ART PR BUILD NOTIFIER] Distgit: ose-installer-altinfra |
[ART PR BUILD NOTIFIER] Distgit: ose-installer-artifacts |
Fix included in accepted release 4.17.0-0.nightly-2025-07-02-183638 |
Manual cherry-pick of #9774
Notes: I need to bump gci version to make golint and gofmt happy.